Api.ReadAxisOutputs method

Reads a value from an output of an axis.

Namespace: IntervalZero.KINGSTAR.OpcUa.Api

Assembly: IntervalZero.KINGSTAR.OpcUa.Api (in IntervalZero.KINGSTAR.OpcUa.Client.dll) Version: 4.4.0.0

Syntax

C#VB
public KsReturn<uint> ReadAxisOutputs(
       int Index
)
Public Function ReadAxisOutputs(
       Index As Integer
) As KsReturn(Of UInteger)

Parameters

Index

Type: int

The index of an axis. Indexes are zero based. Aliases affect this parameter.

Return value

Type: KsReturn<uint>

Returns a KsError code and an unsigned integer value.

Remarks

Used in the cyclic callback to check the digital outputs of an axis.

NOTE:  The digital output is available only if EnableAxisOutput is enabled.

Usable EtherCAT states

ecatOP

Examples

C#
N/A

See also

Api Class

IntervalZero.KINGSTAR.OpcUa.Api Namespace